home *** CD-ROM | disk | FTP | other *** search
/ HPAVC / HPAVC CD-ROM.iso / pc / DOORS.ZIP / PCBFRE.ZIP / !PCBFRE.NEW next >
Encoding:
Text File  |  1992-04-01  |  5.4 KB  |  103 lines

  1.                   PCBFRE - PCBoard File Ratio Enforcer v2.0
  2.  
  3. **  If upgrading from v1.6 or v2ßA to v2ßG, the structure of the PCBFRE.CNF
  4. **  file has been changed.  Please use the files in CONVERT.ZIP to make the
  5. **  necessary conversions.  Please make a backup of your old PCBFRE directory
  6. **  before upgrading to this new version.
  7.  
  8. NEW FEATURES ADDED SINCE V1.6:
  9.  
  10.                   + Added unique time and byte bank.  This byte bank does not
  11.                     allow deposits.  Deposits are done through the U)pload
  12.                     command in PCBoard. The program will calculate the amount
  13.                     of bytes available based on the user's ratio.  The bank is
  14.                     a separate function of the program and you'll need to
  15.                     assign it a separate slot in PCBoard's doors list.  To use
  16.                     the bank use the /BANK option on the command line.
  17.  
  18.                     For systems with ratio and non-ratio users, the last
  19.                     security level read will be use as the bank limits for the
  20.                     non-ratio user. Non-Ratio users are those users not
  21.                     enforced with PCBFRE.  You may want to setup security
  22.                     level 0 to limit the time and bytes balance for these
  23.                     users.
  24.  
  25.                   + Added the abiltiy to process the $$LOGOFF.BAT file when a
  26.                     user logs off inside the bank.  This option is useful if a
  27.                     program in your $$LOGOFF.BAT needs the PCBOARD.SYS data.
  28.                     To activate this feature use the /$$LOGOFF parameter on
  29.                     the bank command line.
  30.  
  31.                   + Added these macros for use in the display files:
  32.  
  33.                     @BPMBYTES@    - Bytes per message in the ratio table
  34.                     @EARNEDBYTES@ - Display the number of bytes the user at a
  35.                                     certain ratio level has earned.
  36.                     @MSGLEFT@     - Messages user has left/uploaded to
  37.                                     PCBoard/Qmail
  38.                     @MSGREAD@     - Message user has read/downloaded from
  39.                                     PCBoard/Qmail
  40.  
  41.                   + Change the following macros to improve human factor, I
  42.                     hope these changes won't inconvenient those who didn't
  43.                     make the requests.
  44.  
  45.                      FROM:       TO:
  46.  
  47.                       $2$  => @MSGRATIO@  -  Calls or Downloads allowed per
  48.                                              message posted
  49.                       $3$  => @FILERATIO@ -  Files download per file upload
  50.                       $4$  => @BYTERATIO@ -  Bytes download per byte upload
  51.                       $8S$ => @ADJBYTES@  -  Adjusted download bytes
  52.                                              available (This was changed
  53.                                              from "Kbytes" to "Bytes")
  54.  
  55.                   + Added the file FRETEXT to display messages to user who
  56.                     received "New User Start-Up" bytes/files/messages awards
  57.                     and user who received "Bytes per Message" rewards. This
  58.                     file is similar to PCBTEXT, the use of %\FILE is permitted
  59.                     as well as the following macros:
  60.  
  61.                     @NEWBYTES@  - New users bytes awarded
  62.                     @NEWFILES@  - New users files awarded
  63.                     @NEWMSGS@   - New users messages awarded
  64.                     @BPMREWARD@ - Bytes rewarded for new messages posted
  65.                     @BPMPOSTS@  - Messages posted qualified for BPM reward
  66.  
  67.                   + The /NEW option was added to allow awarding start-up
  68.                     bytes, files and messages.  To activate this feature,
  69.                     append the following command to PCBFRE's command line:
  70.  
  71.                        /NEW:bytes:files:messages
  72.  
  73.                     New users affected by the /NEW option must meet the
  74.                     following criteria:
  75.  
  76.                      Files Uploaded and Downloaded = 0
  77.                      Bytes Uploaded and Downloaded = 0
  78.                      User's security level must exist in PCBFRE's ratio table
  79.  
  80.                   + The /STRICT option on the command line will let SysOps
  81.                     enforce strict ratios. Normally a user does not consider
  82.                     exceeded his post/calls ratios unless he downloads. With
  83.                     the strict rule in effect, downloads are not used when
  84.                     determining post/calls ratio.  This will mean if the user
  85.                     uploaded nothing and/or posted no messages, he is
  86.                     considered exceeding his post/calls and files ratios.
  87.  
  88.                   + Added the ability to enforce MESSAGES/FILES DOWNLOADED
  89.                     ratio instead of MESSAGES/CALLS ratio option. To use this
  90.                     option, append the parameter /POSTDL to the normal PCBFRE
  91.                     command line.
  92.  
  93.                   + Added the ability to adjust the user's available bytes
  94.                     based on their connect baud rate.
  95.  
  96.                   + Added DESQview compatible screen I/O.  There shouldn't
  97.                     be anymore screen bleed-through when running under
  98.                     DESQview on 286 systems.
  99.  
  100.                   + FRESM is now multi-tasker-friendly.  It will give up CPU
  101.                     cycles when idling under all multi-tasker.
  102.  
  103.